home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.xsave / 000117_bonomi@host122.r-bonomi.com_Thu Sep 20 14:59:03 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader1.panix.com!panix!newsfeed-00.mathworks.com!oleane.net!oleane!nerim.net!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!grolier!freenix!sn-xt-sjc-05!sn-xt-sjc-08!sn-xt-sjc-01!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail
  2. From: bonomi@host122.r-bonomi.com (Robert Bonomi)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Determining State of "set case"
  5. Date: Thu, 20 Sep 2007 08:34:15 -0000
  6. Organization: Widgets, Inc.
  7. Message-ID: <13f4c471da12gc2@corp.supernews.com>
  8. References: <13f05dg3q021hc9@corp.supernews.com>
  9. X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
  10. Originator: bonomi@host122.r-bonomi.com (Robert Bonomi)
  11. X-Complaints-To: abuse@supernews.com
  12. Lines: 29
  13. Xref: panix comp.protocols.kermit.misc:15689
  14.  
  15. In article <13f05dg3q021hc9@corp.supernews.com>,
  16. NoSpam <nospam@killspam.org> wrote:
  17. >Is there a way to determine the state of "set case" ?
  18. >
  19. >I want to be able to store and reset this value after calling functions that 
  20. >may change it for
  21. >the purpose of their string matching.
  22.  
  23. you dont _need_ to.
  24.  
  25. "Set case" is automatially restored to  its "old" value -- whatever that 
  26. was -- when a macro or command file is  _exited_.
  27.  
  28. Change it within a macro, and -- at maro exit -- it reverts to  what it was
  29. when that macro was entered.
  30.  
  31. Change it within a command  file, and at file exit,it reverts to what itwas
  32. when  the file  was entered.
  33.  
  34.  
  35. >If this is not possible, I guess a workaround would be to compare \fupper() 
  36. >or \flower() for case insensitive searches.
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.